home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dblte10j.zip / UPDATES.DOC < prev    next >
Text File  |  1993-01-06  |  4KB  |  84 lines

  1. Revisions to dbLite since Version 1.0h (last complete documentation)
  2.  
  3. 1.) Automatically sending printer codes to HP II compatible printers
  4.     to set the proper character set from Roman 8 to US 8.  Basically
  5.     sending a 10U instruction.  For some reason all HP II laser 
  6.     printers come configured from the factory with Roman 8 which
  7.     doesn't support the ASCII extended character set for IBM PC
  8.     type computers.  The net result is that lines and drawing
  9.     characters which appear on the screen don't get printed.  Once
  10.     the printer is told to use character set US 8, it works.  If
  11.     you have run the program on an HP type laser and found you
  12.     got bad output on line drawing characters and you haven't
  13.     reset your printer, this will take care of the problem 
  14.     without a user knowing how to reset his/her HP.
  15.  
  16. 2.) It is noted that the program is ugly on monochrome screens.
  17.     While this is not a great tragedy, what's worse is that the
  18.     menus don't show up properly on VGA monochrome screens (some).
  19.     As a stop-gap measure, the command line now accepts parameters.
  20.     You can alter the colors of the menus by typing the program
  21.     name followed by a number from 1 to 32000.  No parameters gives
  22.     you the white on blue standard menu color.  The same is true
  23.     for 0 or over 32000.  The rest give you menu colors starting 
  24.     with blue on black (1) and up to bright white on gray (143)
  25.     (blinking).  The bright colors cause the blinking.  You can
  26.     experiment with combinations which please you and which show
  27.     up best on your particular monitor.  The cycle of colors runs
  28.     up in recurring cycles of 16, 0 - 15.  We skip 0 in black on
  29.     black but the cycle goes like this...
  30.  
  31.         0 - black
  32.         1 - blue
  33.         2 - green
  34.         3 - cyan
  35.         4 - red
  36.         5 - violet
  37.         6 - gold
  38.         7 - white
  39.         8 - gray ( overscanned black )
  40.         9 - light blue ( overscanned blue )
  41.        10 - light green (     "      green )
  42.        11 -   "   cyan        "
  43.        12 -   "   red         "
  44.        13 -   "   violet      "
  45.        14 -   "   gold        "
  46.        15     "   white       "
  47.  
  48.     The first 15 numbers give you a black background with the foreground
  49.     being one of the above colors by number. ( 1 - 15 )
  50.     The second cycle starts with 16 and goes to 31 and gives a blue back-
  51.     ground and the foreground cycles up from 16 with black on blue to 17
  52.     as blue on blue an so on.  Obviously blue on blue obfiscates much
  53.     information.  Anyway 32 - 47 is green background, 48 - 63 is a cyan
  54.     backgound and so forth.  Some combinations cause blinking.  Some 
  55.     cause blinking only on the file retrieve menu.  If you are really
  56.     bored start er up with mucho combos to check it out and write down
  57.     your favorites.  The idea here is for mono people to get something
  58.     they can see.
  59.  
  60.     If you find a color combo that you like on your screen, you can develop
  61.     a batch file which calls dblite.exe with something like:
  62.  
  63.     copy con:dbl.bat
  64.     dblite 49
  65.     [CTRL] Z
  66.     [ENTER]
  67.  
  68.     This will create a batch file called dbl.bat which when you type
  69.     dbl from the command line will execute dblite with the menu color
  70.     parameters 49 which will be blue on cyan.  This is semi-pleasing
  71.     on a color screen and might be a nice change if you tire of white
  72.     on blue.
  73.  
  74. 3.) I have gotten used to [CTRL] Y deleting a line so I added it.
  75.     [ALT] [DEL] still deletes lines but now so does [CTRL] Y
  76.  
  77. 4.) I wanted the tab key to insert 5 spaces when the insert state
  78.     was on so I added it.  Shift tab doesn't delete them. Inconsistent
  79.     but it's by individual preference.
  80.  
  81.     Intentions:  Work on program's interface on monochrome monitors.
  82.     @ 1/6/93   MJS
  83.  
  84.